home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / graphics / gfx_convertors / ultraconv / xtoilbm.readme < prev   
Text File  |  1995-05-28  |  3KB  |  87 lines

  1. Short:    DataType picture converter. Any->IFF. Wildcards.
  2. Author:   christon.powertech.no (Christopher Naas)
  3. Uploader: christon.powertech.no (Christopher Naas)
  4. Type:     gfx/conv
  5.  
  6. XtoILBM 3.0 is a picture converter that uses datatypes to convert ANY
  7. pictureformat to IFF.
  8.  
  9. XtoILBM  takes  3  arguments,  source,  destination,  and optionally,
  10. DisplayModeID for the converted picture.
  11. XtoILBM  supports  wildcards,  so  there's  no  longer  any  need for
  12. scripts.
  13.  
  14. **
  15.  
  16. If  you  use wildcards, the destionation argument will be appended to
  17. the names of the converted files.
  18. An example:
  19.  
  20.  1> CD IFF:
  21.  1> XtoILBM GIF:#?.GIF .IFF
  22.  
  23. The  above  CD's  to  an assign called IFF:  (great place for storing
  24. IFF's  ;), and calls XtoILBM to convert all the GIF files in the GIF:
  25. assign  to  ILBM files, append .IFF to the filenames and save them in
  26. the IFF:  assign (since that's the current directory).
  27.  
  28. **
  29.  
  30. If  you do not use wildcards, the converted file will be saved as the
  31. filename given as the outfile, including path.
  32. An example:
  33.  
  34.  XtoILBM JPG:Apollo.JPG IFF:Apollo.Ham8
  35.  
  36. XtoILBM  will  load  the  source  image,  and  save  the  ILBM as the
  37. specified destination file in the specified destination directory.
  38.  
  39. **
  40.  
  41. If  you  want, you can define a DisplayModeID for the converted image
  42. to use.
  43. An example:
  44.  
  45.  XtoILBM JPG:Apollo.JPG IFF:Apollo.Ham8 ID 692229
  46.  
  47. This saves the converted image as a DBLPAL HighRes Laced image.
  48.  
  49. **
  50.  
  51. XtoILBM  is  especially  usefull  for people who haven't got a lot of
  52. memory, or just need to make speedy conversions.  The wildcard option
  53. is  great  for  converting  a  lot  of  files at once, using only one
  54. command :)
  55.  
  56.  
  57. XtoILBM  was programmed in SAS/C 6.51, and tested on an A4000/040/14.
  58. It should work on any Amiga with the datatypes.library installed.
  59.  
  60.  
  61. If  you  use  this  program, you have to let me know.  You can either
  62. send  me  a  postcard, or just EMail me.  But either way, you have to
  63. let me know you are using it ;)
  64.  
  65. Contact me,
  66.  
  67.  Christopher Naas
  68.  Solv. 3a
  69.  1533 Moss
  70.  Norway
  71.  
  72.  TLF:   +47 6925 1264
  73.  BBS:   +47 6925 6117
  74.  EMail: christon@powertech.no (Christ on Powertechno)
  75.  
  76.  
  77. History:
  78.         01.09.94  Received a bug report from Ralph Seichter, who
  79.         claimed XtoILBM gave two enforcerhits when started with
  80.         no arguments. As I was unable to reproduce this myself,
  81.         I rewrote the argumentparsing, and the result was a much
  82.         emproved XtoILBM2, 338 bytes smaller executable :)
  83.         Thanks, Ralph!
  84.  
  85.         27.05.95  Added wildcard support, the DisplayModeID
  86.         argument and more detailed error messages.
  87.